home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "PrevHilite"
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "Prev"
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "PrevDown"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "Prev"
- end
-